home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / lfntools / lback.txt < prev    next >
Encoding:
Text File  |  2002-03-14  |  3.2 KB  |  83 lines

  1. Longfilename Backup LBACK  Version 0.1
  2. ---------------------------------------
  3. Based on Odi's DOS tools for long file names http://www.odi.ch/
  4. Longfilename Backup is a Tool similar to D.J. Murdoch DOSLFNBK.
  5.  
  6. I've written this program mainly to backup/restore chinese and japanese Windows (DBCS based)
  7. If you ever had the pleasure to backup and restore a japanese Windows you know what i mean. 
  8. The program is also useful for eg. russian, greek, turkish Windows, all language Versions
  9. that does not fit in the DOS Code Page 850.
  10.  
  11. How it works:
  12. The program makes a backup of every long filename 
  13. AND also a backup and rename of short filenames under the following conditions: 
  14. any character in the shortname that is above 127 will be mapped to _ and a new 
  15. shortname with ______~XX is created. The original short name is backed up like 
  16. a long filename. Long names are only backuped but not removed and never renamed.
  17.  
  18. After the renaming one can savely backup and restore without any influence of the 
  19. actual codepage or DOS-Version. Especially japanese DOS/Windows contains characters
  20. in the shortnames that are completely illegal on all other DOS-Versions, you cannot 
  21. create or access a file with such characters.    
  22.  
  23. The program works under plain DOS.
  24.  
  25. Backup:
  26. -------
  27. lback C:\ /b /f:back.txt makes a backup of the long names and renamed short names
  28. Make a shortname archive of the harddisk   with e.g. zip or arj
  29.  
  30. Restore:
  31. --------
  32. Unpack the archive to the harddisk
  33. lback C:\ /r /f:back.txt restore the long and renamed short names.
  34.  
  35. Note: After lback C:\ /b /f:back.txt you should not start Windows.
  36.       First use lback C:\ /r /f:back.txt to restore the original short names.
  37.  
  38. Otherwise Scandisk is a little unhappy if the short name part of a long name 
  39. is renamed, but you you can ignore this error, the other applications works fine. 
  40. But there is a  risk that you renamed a shortname that is in the registry 
  41. and windows is missing the file.
  42.  
  43.  
  44. Disclaimer:
  45. ----------- 
  46. THERE IS NO WARRANTY FOR THE PROGRAM.
  47. THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
  48. USE THE PROGRAM AT YOUR OWN RISK.
  49. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME ALL COSTS.
  50. IN NO EVENT WILL ANYBODY BE LIABLE TO YOU FOR ANY DAMAGES,
  51. EVEN THOUGH YOU ARE ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  52.  
  53. This is the first Alpha-Release of the Software, there a surely bugs.
  54. Dont use the Program on Harddisks with critical data before you are absolutely sure it 
  55. works for you. Use it first on a floppydisk to fully understand how it works.
  56. Use scandisk to check the filesystem after restore.
  57.  
  58. License:
  59. ---------
  60. This is free software under the GPL License, see license.txt.
  61.  
  62. Known Problems:
  63. ---------------
  64. -Current version can only restore to the same drive as backuped.
  65.  Will be fixed.
  66. -Restore of a filename will not work if you changed the size of a file 
  67.  in the backup archive between backup and restore. 
  68.  Sizecheck is intended as a security check.
  69.  Command line switch planned to suppress size checking.
  70.  
  71. SourceCode:
  72. -----------
  73. Compiled with Borland BC3.1 BC4.52 should work also
  74. LARGE MODEL, Stack Checking ON (Advised).
  75.  
  76. Contact:
  77. --------
  78. herbert.reichardt@justmail.de
  79.  
  80.  
  81.  
  82.  
  83.